summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ptm/ts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/ptm/ts.h')
-rw-r--r--src/core/hle/service/ptm/ts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/ptm/ts.h b/src/core/hle/service/ptm/ts.h
index 39d51847e..c3f43d5a3 100644
--- a/src/core/hle/service/ptm/ts.h
+++ b/src/core/hle/service/ptm/ts.h
@@ -19,8 +19,8 @@ private:
External,
};
- void GetTemperature(Kernel::HLERequestContext& ctx);
- void GetTemperatureMilliC(Kernel::HLERequestContext& ctx);
+ void GetTemperature(HLERequestContext& ctx);
+ void GetTemperatureMilliC(HLERequestContext& ctx);
};
} // namespace Service::PTM